Remove an unused variable.
authorMatthias Clasen <mclasen@redhat.com>
Sun, 15 Jan 2006 04:44:26 +0000 (04:44 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 15 Jan 2006 04:44:26 +0000 (04:44 +0000)
2006-01-14  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkentry.c (gtk_entry_drag_data_received): Remove
an unused variable.

ChangeLog
ChangeLog.pre-2-10
docs/reference/ChangeLog
docs/reference/gtk/Makefile.am
docs/reference/gtk/tmpl/gtkstock.sgml
gtk/gtkentry.c

index b09f825453f8484f565d631aced6ae0874dd11df..7d78ab42ca9d9b6b0089c832854c4779a96786ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-01-14  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkentry.c (gtk_entry_drag_data_received): Remove 
+       an unused variable.
+
        * gtk/gtkiconfactory.c (get_default_icons): Register RTL 
        versions of the indent and unindent icons.  (#326857,
        Itai Bar-Haim)
index b09f825453f8484f565d631aced6ae0874dd11df..7d78ab42ca9d9b6b0089c832854c4779a96786ed 100644 (file)
@@ -1,5 +1,8 @@
 2006-01-14  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkentry.c (gtk_entry_drag_data_received): Remove 
+       an unused variable.
+
        * gtk/gtkiconfactory.c (get_default_icons): Register RTL 
        versions of the indent and unindent icons.  (#326857,
        Itai Bar-Haim)
index f40f58a713d4bcccb814eedafafa4faae29c4ec5..4943c17cd4aea132ab264ffd4b49d02491294bda 100644 (file)
@@ -1,3 +1,9 @@
+2006-01-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/Makefile.am (HTML_IMAGES): 
+       * gtk/tmpl/gtkstock.sgml: Add rtl variants of indent
+       and unindent icons.
+
 2006-01-09  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Add gtk_widget_get_action,
index 6baa3c6763857f167141c68441ce1c46d87f645b..42d8833932bb8c017343e5677db07a4469c875d9 100644 (file)
@@ -176,8 +176,10 @@ HTML_IMAGES = \
        $(top_srcdir)/gtk/stock-icons/24/gtk-help.png                   \
        $(top_srcdir)/gtk/stock-icons/24/gtk-home.png                   \
        $(top_srcdir)/gtk/stock-icons/24/gtk-index.png                  \
-       $(top_srcdir)/gtk/stock-icons/24/gtk-indent.png                 \
-       $(top_srcdir)/gtk/stock-icons/24/gtk-unindent.png               \
+       $(top_srcdir)/gtk/stock-icons/24/gtk-indent-ltr.png             \
+       $(top_srcdir)/gtk/stock-icons/24/gtk-indent-rtl.png             \
+       $(top_srcdir)/gtk/stock-icons/24/gtk-unindent-ltr.png           \
+       $(top_srcdir)/gtk/stock-icons/24/gtk-unindent-rtl.png           \
        $(top_srcdir)/gtk/stock-icons/24/gtk-italic.png                 \
        $(top_srcdir)/gtk/stock-icons/24/gtk-jump-to-ltr.png            \
        $(top_srcdir)/gtk/stock-icons/24/gtk-jump-to-rtl.png            \
index 4cfd669063e744c07e4f88e804b379de7649a412..678072b9fa9f83eded39007daa7578f68bbc3024 100644 (file)
@@ -461,7 +461,9 @@ The "Home" item.
 <!-- ##### MACRO GTK_STOCK_INDENT ##### -->
 <para>
 The "Indent" item.
-<inlinegraphic fileref="gtk-indent.png" format="PNG"></inlinegraphic>
+<inlinegraphic fileref="gtk-indent-ltr.png" format="PNG"></inlinegraphic>
+RTL variant
+<inlinegraphic fileref="gtk-indent-rtl.png" format="PNG"></inlinegraphic>
 </para>
 
 @Since: 2.4
@@ -870,7 +872,9 @@ RTL variant
 <!-- ##### MACRO GTK_STOCK_UNINDENT ##### -->
 <para>
 The "Unindent" item.
-<inlinegraphic fileref="gtk-unindent.png" format="PNG"></inlinegraphic>
+<inlinegraphic fileref="gtk-unindent-ltr.png" format="PNG"></inlinegraphic>
+RTL variant
+<inlinegraphic fileref="gtk-unindent-rtl.png" format="PNG"></inlinegraphic>
 </para>
 
 @Since: 2.4
index 8e34eda4211bfd566d02a48c72aee15b39016223..cbe9ef936997689e596549edb8032532638861b8 100644 (file)
@@ -4873,7 +4873,6 @@ gtk_entry_drag_data_received (GtkWidget        *widget,
                              guint             time)
 {
   GtkEntry *entry = GTK_ENTRY (widget);
-  GtkEntryPrivate *priv = GTK_ENTRY_GET_PRIVATE (widget);
   GtkEditable *editable = GTK_EDITABLE (widget);
   gchar *str;